Logo 
Search:

Search

 
Search:    
 

Resource TypePosted On
Object-based programming languages do not supportNov 12
C++ does not supportFeb 25
Which is not associated with Object-oriented programming?Feb 25
Which is NOT true about function objects?Mar 09
Which is not supported by the string class? - Select optionOct 10
Provide syntax to rename a tableDec 17
Provide syntax to truncate a tableDec 17
Identify the correct syntax for declaring a dynamic array of characters using th...Apr 11
What will happen if an error is not handled? - Select optionNov 21
Mentioned code will not compile. Identify which line should be changed to fix th...Oct 27
Assume that there is no logic error. Identify if there is any declaration error:...Mar 03
XmlSerializer is throwing a generic "There was an error reflecting MyClass" erro...Dec 11
Is there built-in support for tracing/logging?Sep 19
Does C# support multiple inheritance (MI)?Oct 16
Does C# support a variable number of arguments?Sep 02
C++ Templates support the concept of - Select optionSep 23
Identify the error, if any: char str_name ‘a‘;Nov 21
Find if the following function prototype contains any error: double area(int ) Dec 02
Identify if any error in the following code segmentJan 04
How can I find out what the garbage collector is doing?Sep 08
List Properties of Stack in dfs (data file structure).Oct 16
List Properties of Queue in dfs (data file structure).Jun 10
What must be done after closing a cursor to return memory? Dec 21
Which of the following can be used to identify the objects in object oriented...Dec 15
If C# destructors are so different to C++ destructors, why did MS use the same...Nov 21
What size is a .NET object?Jan 14
Is it true that objects don't always get destroyed immediately when the last ref...Sep 25
What is the difference between == and object.Equals?Oct 05
Which of the following features that distinguish object oriented programming fro...Jun 09
Which object-oriented relationship can provide this information? Dec 15
In which object does Delphi place its SQL?Dec 21
What are some database objects? Dec 21
EXAMINING OBJECTS CREATED BY A USER Dec 17
Will below statements will work or not?Dec 21
Which interrupt is not level-sensitive in 8085?May 01
Which is NOT true about Templates? - Select optionOct 27
Which of the following is not a keyword?Aug 27
C++ supports a mechanism virtual function to achieve. select optionDec 13
Does the .NET Framework have in-built support for serialization?Sep 22
Which of the following OOP concepts is supported by Inheritance?Dec 25
Which error occur due to poor understanding of the language? - Select optionDec 13
What will be the output of the code mentioned in description if there is no comp...Jul 07
Why do I get errors when I try to serialize a Hashtable?Dec 03
Identify the error, if any: double avg=tot/n; in this statementFeb 15
Which of the following is an Object-oriented programming language?Nov 29
Which of the following is true while passing objects as function arguments? It i...Feb 24
How do I use the 'using' keyword with multiple objects?Nov 01
So I can pass an instance of a value type to a method that takes an object as a...Oct 16
What types of object can I throw as exceptions?Dec 14
How can I check the type of an object at runtime?Feb 06